GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-21T12:18:13.5610859+00:00",
"SubmitDate": "2026-05-21T12:18:13.5610859+00:00",
"ReportPeriodStart": "2026-05-21T12:18:13.5610859+00:00",
"ReportPeriodEnd": "2026-05-21T12:18:13.5610859+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bd11111e-97c1-49a5-b1ee-46bec7692157",
"Rows": [
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bd11111e-97c1-49a5-b1ee-46bec7692157",
"Rows": [
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"02c963f8-ad16-4f42-9c4e-c152073c0d16",
"798c607a-633e-4b68-b51a-b529f7536e73"
],
"Approvers": [
"656c15e4-2ba6-4f1e-b5eb-8681bcc173ba",
"a2f92bcb-b1c7-46e8-8156-66cbe6e5d020"
],
"ApprovedBy": "b59a6baa-9a92-4252-b161-507f0322f9de",
"ApprovalDate": "2026-05-21T12:18:13.5610859+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "74a815c3-491f-4339-9c70-450f611c9ce9",
"id": "cd107afa-f49e-4a04-80a2-8820f2f77324",
"ConfigId": "a0ab6997-3de9-4a8c-8e94-6882513e9e5d"
},
{
"GenerationDate": "2026-05-21T12:18:13.5610859+00:00",
"SubmitDate": "2026-05-21T12:18:13.5610859+00:00",
"ReportPeriodStart": "2026-05-21T12:18:13.5610859+00:00",
"ReportPeriodEnd": "2026-05-21T12:18:13.5610859+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bd11111e-97c1-49a5-b1ee-46bec7692157",
"Rows": [
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bd11111e-97c1-49a5-b1ee-46bec7692157",
"Rows": [
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9a0b27a-0cd8-4fef-b4ba-ca3fcf43e376",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"02c963f8-ad16-4f42-9c4e-c152073c0d16",
"798c607a-633e-4b68-b51a-b529f7536e73"
],
"Approvers": [
"656c15e4-2ba6-4f1e-b5eb-8681bcc173ba",
"a2f92bcb-b1c7-46e8-8156-66cbe6e5d020"
],
"ApprovedBy": "b59a6baa-9a92-4252-b161-507f0322f9de",
"ApprovalDate": "2026-05-21T12:18:13.5610859+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "74a815c3-491f-4339-9c70-450f611c9ce9",
"id": "cd107afa-f49e-4a04-80a2-8820f2f77324",
"ConfigId": "a0ab6997-3de9-4a8c-8e94-6882513e9e5d"
}
]